projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
116d5bc
)
(make-directory): Docstring fix.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 14 Mar 2008 17:14:09 +0000
(17:14 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 14 Mar 2008 17:14:09 +0000
(17:14 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index a327060dbd027aaead577ed76685e8f8e324ca04..14ec38e0bf601969fb12a6b09174614a6a4bf642 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-4152,7
+4152,7
@@
or multiple mail buffers, etc."
(defun make-directory (dir &optional parents)
"Create the directory DIR and any nonexistent parent dirs.
-If DIR already exists as a directory,
do nothing
.
+If DIR already exists as a directory,
signal an error, unless PARENTS is set
.
Interactively, the default choice of directory to create
is the current default directory for file names.